CSS:
1.Facet search - drop down - angartheme.css - 2105
a)Delete this:
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
max-height: 200px;
overflow-y: auto;
}

2."All prices are mentioned tax included" - text-align: center
https://prnt.sc/p6hgjh
a)div.aeuc_footer_info {width: 100%;}

3.Newsletter French - change width to 52%

4.Black.css:
.bg_black .btn-secondary,
.bg_black .btn-secondary.disabled,
.bg_black .btn-secondary:disabled {
background: #111111;
color: #ffffff;
border-color: #2d2d2d;
}

.bg_black .btn-secondary:hover,
.bg_black .btn-secondary.disabled:hover {
background: #000;
color: #ffffff;
border-color: #2d2d2d;
}

5.Pack label color

6.Full width 991 and below

7.Catalog mode - search price hide - presta1762 - aeuc_front.css - line 125

8.Brand truncate:
.products .product-miniature .pl_manufacturer {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

9.Categories padding - zawijanie dugich kategorii - https://sklep.logistyka.biz.pl/:
.block-categories li li a:before {
margin-left: -21px;
}

.block-categories li li a {
padding-left: 36px;
}

.block-categories li li li a {
padding-left: 46px;
}

.block-categories li li li li a {
padding-left: 56px;
}

10.Reasuance new module version - black

11.Youtube iframe:
.product_desc iframe,
.product-description iframe {
max-width: 100%;
}

12.modu jmarketplace, dodaj height auto:

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 77px;
}

13.div.aeuc_footer_info {width: 100%;} - presta1762 - aeuc_front.css - line 125

14.Delete this:
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
max-height: 200px;
overflow-y: auto;
}

15.Crosseling - 2 products - text-align: left

16.Newsletter RWD - presta1762 - rwd.css - line 52

17.angartheme.css - first line theme version

18.Config:
small_default:
      width: 98
      height: 98
      scope: [products, categories]

19.Custom fields - font-weight: bold + requided fields

20.Slider boxed - 991 padding: 0

21.Smartblog latest - presta1762 - atc.css - line 4612 - 4684


TPL:
1.Delete font dosis and quicksand

2.product-details.tpl - condition duplication

3.Licencje nagwki - 2017 na 2020

4.header.tpl logo:
{if $page.page_name == 'index'}
<h1>
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
  </h1>
{else}
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
{/if}

5.productcomments 773:

    public function hookDisplayProductListReviews($params)
    {
        $id_product = (int)$params['product']['id_product'];
        if (!$this->isCached($this->templateFile, $this->getCacheId($id_product))) {
            $average = ProductComment::getAverageGrade($id_product);
            $this->smarty->assign(array(
                'product' => $params['product'],
                'averageTotal2' => round($average['grade']),
                'ratings' => ProductComment::getRatings($id_product),
                'nbComments2' => (int)ProductComment::getCommentNumber($id_product),
            ));
        }

        return $this->display(__FILE__, 'views/templates/front/productcomments_reviews.tpl', $this->getCacheId($id_product));
    }

productcomments_reviews.tpl - zmie na averageTotal2, nbComments2

6.reassurance module - dodaj nowy .tpl do szablonu dla najnowszej wersji moduu

7.angarhomecat - link do zdjcia
feat categories - img link

8.Add to header.tpl this hook:
{hook h='displayBannerTop'}

9.Nowy hook nad new products

10.Edit the file:
\modules\angarcontact\views\templates\front\nav.tpl

and change:
<strong>{$angarcontact_phone}</strong>

to:
<strong><a href="tel:{$angarcontact_phone}">{$angarcontact_phone}</a></strong>










JS:
1.Downgrade - theme.js:
if ($("body").hasClass("edit-mode")) {
      ...
}

2.Shopping cart - add to the theme - ver 2.0.2
ps_shoppingcart 2.0.3
modules/ps_shoppingcart/ps_shoppingcart.js - lnia 37 zamie na:
if (event && event.reason) {





PHP:
1.Home products - delete cache
2.homepage modules - delete cache

3.atc.php - bezpieczestwo:

linia 646:
if (Configuration::get('ANGARTHEMECONFIGURATOR_ENABLECONFIG') == 1) {

}

4.angarHooks - DispayAngarHookFooter

5.ATC - Brand list in left column (Add the)

6.Popraw eng ortografi + polskie tumaczenia


INNE:
1.Facted search positions

2.theme.js - zmien ilo w koszyku na 100 i nacisnij enter = 199szt.

3.Filter v.3.3 + 1.7.6.1 - nie pokazuje produktw

4.RTL lang:
http://presta.usermd.net/demo/P1752/ar/

css
+
translations:
-theme translations
-modules: contact, feat cat, parallax, feat man, prod comments
-fb module

5.atc, produkty na stronie gwnej ilo produktw, feat cat ilo kategorii, 



 










































------------------




CSS:
6.Facet search - drop down - angartheme.css - 2105

8."All prices are mentioned tax included" - text-align: center
https://prnt.sc/p6hgjh

15.Newsletter French - change width to 52%

16.Black.css:
.bg_black .btn-secondary,
.bg_black .btn-secondary.disabled,
.bg_black .btn-secondary:disabled {
background: #111111;
color: #ffffff;
border-color: #2d2d2d;
}

.bg_black .btn-secondary:hover,
.bg_black .btn-secondary.disabled:hover {
background: #000;
color: #ffffff;
border-color: #2d2d2d;
}

17.Pack label color

18.Full width 991 and below

19.Catalog mode - search price hide

20.Brand truncate:
.products .product-miniature .pl_manufacturer {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

22.Categories padding - zawijanie dugich kategorii - https://sklep.logistyka.biz.pl/:
.block-categories li li a:before {
margin-left: -21px;
}

.block-categories li li a {
padding-left: 36px;
}

.block-categories li li li a {
padding-left: 46px;
}

.block-categories li li li li a {
padding-left: 56px;
}

23.Reasuance new module version - black

26.Youtube iframe:
.product_desc iframe,
.product-description iframe {
max-width: 100%;
}

30.modu jmarketplace, dodaj height auto:

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 77px;
}

33.div.aeuc_footer_info {width: 100%;}

35.Delete this:
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
max-height: 200px;
overflow-y: auto;
}

39.Crosseling - 2 products - text-align: left







TPL:
3.Delete font dosis and quicksand

5.product-details.tpl - condition duplication

7.Licencje nagwki - 2017 na 2020

12.header.tpl logo:
{if $page.page_name == 'index'}
<h1>
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
  </h1>
{else}
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
{/if}

13.productcomments 773:

    public function hookDisplayProductListReviews($params)
    {
        $id_product = (int)$params['product']['id_product'];
        if (!$this->isCached($this->templateFile, $this->getCacheId($id_product))) {
            $average = ProductComment::getAverageGrade($id_product);
            $this->smarty->assign(array(
                'product' => $params['product'],
                'averageTotal2' => round($average['grade']),
                'ratings' => ProductComment::getRatings($id_product),
                'nbComments2' => (int)ProductComment::getCommentNumber($id_product),
            ));
        }

        return $this->display(__FILE__, 'views/templates/front/productcomments_reviews.tpl', $this->getCacheId($id_product));
    }

productcomments_reviews.tpl - zmie na averageTotal2, nbComments2

14.reassurance module - dodaj nowy .tpl do szablonu dla najnowszej wersji moduu

25.angarhomecat - link do zdjcia

29.Add to header.tpl this hook:
{hook h='displayBannerTop'}

31.Nowy hook nad new products

32.Edit the file:
\modules\angarcontact\views\templates\front\nav.tpl

and change:
<strong>{$angarcontact_phone}</strong>

to:
<strong><a href="tel:{$angarcontact_phone}">{$angarcontact_phone}</a></strong>

38.feat categories - img link







JS:
1.Downgrade - theme.js:
if ($("body").hasClass("edit-mode")) {
      ...
}

24.Shopping cart - add to the theme - ver 2.0.2
28.ps_shoppingcart 2.0.3
37.modules/ps_shoppingcart/ps_shoppingcart.js - lnia 37 zamie na:
if (event && event.reason) {





PHP:
2.Home products - delete cache
34.homepage modules - delete cache

4.atc.php - bezpieczestwo:

linia 646:
if (Configuration::get('ANGARTHEMECONFIGURATOR_ENABLECONFIG') == 1) {

}

21.angarHooks - DispayAngarHookFooter

27.ATC - Brand list in left column (Add the)


INNE:
9.Facted search positions

10.theme.js - zmien ilo w koszyku na 100 i nacisnij enter = 199szt.

11.Filter v.3.3 + 1.7.6.1 - nie pokazuje produktw

36.RTL lang:
http://presta.usermd.net/demo/P1752/ar/

css
+
translations:
-theme translations
-modules: contact, feat cat, parallax, feat man, prod comments
-fb module






------------------

To do 2.3.4:
1.Downgrade - theme.js:
if ($("body").hasClass("edit-mode")) {
      ...
}

2.Home products - delete cache

3.Delete font dosis and quicksand

4.atc.php - bezpieczestwo:

linia 646:
if (Configuration::get('ANGARTHEMECONFIGURATOR_ENABLECONFIG') == 1) {

}

5.product-details.tpl - condition duplication

6.Facet search - drop down - angartheme.css - 2105

7.Licencje nagwki - 2017 na 2020

8."All prices are mentioned tax included" - text-align: center
https://prnt.sc/p6hgjh

9.Facted search positions

10.theme.js - zmien ilo w koszyku na 100 i nacisnij enter = 199szt.

11.Filter v.3.3 + 1.7.6.1 - nie pokazuje produktw

12.header.tpl logo:
{if $page.page_name == 'index'}
<h1>
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
  </h1>
{else}
	<a href="{$urls.base_url}">
	  <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}">
	</a>
{/if}

13.productcomments 773:

    public function hookDisplayProductListReviews($params)
    {
        $id_product = (int)$params['product']['id_product'];
        if (!$this->isCached($this->templateFile, $this->getCacheId($id_product))) {
            $average = ProductComment::getAverageGrade($id_product);
            $this->smarty->assign(array(
                'product' => $params['product'],
                'averageTotal2' => round($average['grade']),
                'ratings' => ProductComment::getRatings($id_product),
                'nbComments2' => (int)ProductComment::getCommentNumber($id_product),
            ));
        }

        return $this->display(__FILE__, 'views/templates/front/productcomments_reviews.tpl', $this->getCacheId($id_product));
    }

productcomments_reviews.tpl - zmie na averageTotal2, nbComments2

14.reassurance module - dodaj nowy .tpl do szablonu dla najnowszej wersji moduu

15.Newsletter French - change width to 52%

16.Black.css:
.bg_black .btn-secondary,
.bg_black .btn-secondary.disabled,
.bg_black .btn-secondary:disabled {
background: #111111;
color: #ffffff;
border-color: #2d2d2d;
}

.bg_black .btn-secondary:hover,
.bg_black .btn-secondary.disabled:hover {
background: #000;
color: #ffffff;
border-color: #2d2d2d;
}

17.Pack label color

18.Full width 991 and below

19.Catalog mode - search price hide

20.Brand truncate:
.products .product-miniature .pl_manufacturer {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

21.angarHooks - DispayAngarHookFooter

22.Categories padding - zawijanie dugich kategorii - https://sklep.logistyka.biz.pl/:
.block-categories li li a:before {
margin-left: -21px;
}

.block-categories li li a {
padding-left: 36px;
}

.block-categories li li li a {
padding-left: 46px;
}

.block-categories li li li li a {
padding-left: 56px;
}

23.Reasuance new module version - black

24.Shopping cart - add to the theme - ver 2.0.2

25.angarhomecat - link do zdjcia

26.Youtube iframe:
.product_desc iframe,
.product-description iframe {
max-width: 100%;
}

27.ATC - Brand list in left column (Add the)

28.ps_shoppingcart 2.0.3

29.Add to header.tpl this hook:
{hook h='displayBannerTop'}

30.modu jmarketplace, dodaj height auto:

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 77px;
}

31.Nowy hook nad new products

32.Edit the file:
\modules\angarcontact\views\templates\front\nav.tpl

and change:
<strong>{$angarcontact_phone}</strong>

to:
<strong><a href="tel:{$angarcontact_phone}">{$angarcontact_phone}</a></strong>

33.div.aeuc_footer_info {width: 100%;}

34.homepage modules - delete cache

35.Delete this:
#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
max-height: 200px;
overflow-y: auto;
}

36.RTL lang:
http://presta.usermd.net/demo/P1752/ar/

css
+
translations:
-theme translations
-modules: contact, feat cat, parallax, feat man, prod comments
-fb module

37.modules/ps_shoppingcart/ps_shoppingcart.js - lnia 37 zamie na:
if (event && event.reason) {

38.feat categories - img link

39.Crosseling - 2 products - text-align: left



